1
0
Fork 0
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:
tpoole 2017-10-26 16:36:32 +01:00
parent d654e442aa
commit ca5620710c
2 changed files with 4 additions and 1 deletions

View file

@ -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;

View file

@ -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
{