mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-15 00:24:19 +00:00
Some minor documentation improvements
This commit is contained in:
parent
d654e442aa
commit
ca5620710c
2 changed files with 4 additions and 1 deletions
|
|
@ -275,6 +275,9 @@ public:
|
|||
/** Returns the directory that contains this file or directory.
|
||||
|
||||
e.g. for "/moose/fish/foo.txt" this will return "/moose/fish".
|
||||
|
||||
If you are already at the root directory ("/" or "C:") then this method will
|
||||
return the root directory.
|
||||
*/
|
||||
File getParentDirectory() const;
|
||||
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@ namespace juce
|
|||
/**
|
||||
Contains a set of predefined named colours (mostly standard HTML colours)
|
||||
|
||||
@see Colour, Colours::greyLevel
|
||||
@see Colour
|
||||
*/
|
||||
class Colours
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue