minor fixes

This commit is contained in:
Norbert Thiebaud 2010-12-12 23:38:48 -06:00
parent 8fca8e2bbc
commit abd8f83634

View file

@ -9,7 +9,7 @@ namespace gb
class SrsPartTarget : public Target, public HasDependencies, public UsesRsc class SrsPartTarget : public Target, public HasDependencies, public UsesRsc
{ {
private: private:
/// SrsPartTarget do not need to be explicitly constructed. /// SrsPartTarget s do not need to be explicitly constructed.
/// They are a helper class for the SrsTarget class. /// They are a helper class for the SrsTarget class.
/// They are named after the path of their source file (without /// They are named after the path of their source file (without
@ -41,7 +41,7 @@ namespace gb
/// Adds multiple SrsPartTarget s to be processed. /// Adds multiple SrsPartTarget s to be processed.
void add_files(List<SrsPartTarget> parts); void add_files(List<SrsPartTarget> parts);
private: private:
/// SrsPartTarget do not need to be explicitly constructed. /// SrsTarget s do not need to be explicitly constructed.
/// They are a helper class for the ResTarget class. /// They are a helper class for the ResTarget class.
SrsTarget(String name); SrsTarget(String name);