Browse Source

Some minor documentation improvements

tags/2021-05-28
tpoole 7 years ago
parent
commit
c0d409c773
2 changed files with 4 additions and 1 deletions
  1. +3
    -0
      modules/juce_core/files/juce_File.h
  2. +1
    -1
      modules/juce_graphics/colour/juce_Colours.h

+ 3
- 0
modules/juce_core/files/juce_File.h 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;


+ 1
- 1
modules/juce_graphics/colour/juce_Colours.h 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
{


Loading…
Cancel
Save