mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-16 08:09:32 +02:00
Doxygen comments in generated theme header files
This commit is contained in:
parent
f55b3f21cf
commit
0f98522b5c
@ -1,8 +1,8 @@
|
|||||||
// ClassicThemeAsCeeCode.h
|
/// @file ClassicThemeAsCeeCode.h
|
||||||
//
|
/// @brief This file was Auto-Generated.
|
||||||
// This file was Auto-Generated.
|
///
|
||||||
// It is included by Theme.cpp.
|
/// It is included by Theme.cpp.
|
||||||
// Only check this into Git if you've read and understood the guidelines!
|
/// Only check this into Git if you've read and understood the guidelines!
|
||||||
|
|
||||||
137,80,78,71,13,10,26,10,0,0,0,13,73,72,68,82,0,0,1,184,
|
137,80,78,71,13,10,26,10,0,0,0,13,73,72,68,82,0,0,1,184,
|
||||||
0,0,3,68,8,6,0,0,0,194,5,58,248,0,0,0,4,115,66,73,
|
0,0,3,68,8,6,0,0,0,194,5,58,248,0,0,0,4,115,66,73,
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
// DarkThemeAsCeeCode.h
|
/// @file DarkThemeAsCeeCode.h
|
||||||
//
|
/// @brief This file was Auto-Generated.
|
||||||
// This file was Auto-Generated.
|
///
|
||||||
// It is included by Theme.cpp.
|
/// It is included by Theme.cpp.
|
||||||
// Only check this into Git if you've read and understood the guidelines!
|
/// Only check this into Git if you've read and understood the guidelines!
|
||||||
|
|
||||||
137,80,78,71,13,10,26,10,0,0,0,13,73,72,68,82,0,0,1,184,
|
137,80,78,71,13,10,26,10,0,0,0,13,73,72,68,82,0,0,1,184,
|
||||||
0,0,3,68,8,6,0,0,0,194,5,58,248,0,0,0,4,115,66,73,
|
0,0,3,68,8,6,0,0,0,194,5,58,248,0,0,0,4,115,66,73,
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
// HiContrastThemeAsCeeCode.h
|
/// @file HiContrastThemeAsCeeCode.h
|
||||||
//
|
/// @brief This file was Auto-Generated.
|
||||||
// This file was Auto-Generated.
|
///
|
||||||
// It is included by Theme.cpp.
|
/// It is included by Theme.cpp.
|
||||||
// Only check this into Git if you've read and understood the guidelines!
|
/// Only check this into Git if you've read and understood the guidelines!
|
||||||
|
|
||||||
137,80,78,71,13,10,26,10,0,0,0,13,73,72,68,82,0,0,1,184,
|
137,80,78,71,13,10,26,10,0,0,0,13,73,72,68,82,0,0,1,184,
|
||||||
0,0,3,68,8,6,0,0,0,194,5,58,248,0,0,0,4,115,66,73,
|
0,0,3,68,8,6,0,0,0,194,5,58,248,0,0,0,4,115,66,73,
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
// LightThemeAsCeeCode.h
|
/// @file LightThemeAsCeeCode.h
|
||||||
//
|
/// @brief This file was Auto-Generated.
|
||||||
// This file was Auto-Generated.
|
///
|
||||||
// It is included by Theme.cpp.
|
/// It is included by Theme.cpp.
|
||||||
// Only check this into Git if you've read and understood the guidelines!
|
/// Only check this into Git if you've read and understood the guidelines!
|
||||||
|
|
||||||
137,80,78,71,13,10,26,10,0,0,0,13,73,72,68,82,0,0,1,184,
|
137,80,78,71,13,10,26,10,0,0,0,13,73,72,68,82,0,0,1,184,
|
||||||
0,0,3,68,8,6,0,0,0,194,5,58,248,0,0,0,4,115,66,73,
|
0,0,3,68,8,6,0,0,0,194,5,58,248,0,0,0,4,115,66,73,
|
||||||
|
@ -583,14 +583,14 @@ int SourceOutputStream::OpenFile(const FilePath & Filename)
|
|||||||
{
|
{
|
||||||
// DA: Naming of output sourcery
|
// DA: Naming of output sourcery
|
||||||
#ifdef EXPERIMENTAL_DA
|
#ifdef EXPERIMENTAL_DA
|
||||||
File.Write( wxT("// DarkThemeAsCeeCode.h\r\n") );
|
File.Write( wxT("/// @file DarkThemeAsCeeCode.h\r\n") );
|
||||||
#else
|
#else
|
||||||
File.Write( wxT("// ThemeAsCeeCode.h\r\n") );
|
File.Write( wxT("/// @file ThemeAsCeeCode.h\r\n") );
|
||||||
#endif
|
#endif
|
||||||
File.Write( wxT("//\r\n") );
|
File.Write( wxT("/// @brief This file was Auto-Generated.\r\n") );
|
||||||
File.Write( wxT("// This file was Auto-Generated.\r\n") );
|
File.Write( wxT("///\r\n") );
|
||||||
File.Write( wxT("// It is included by Theme.cpp.\r\n") );
|
File.Write( wxT("/// It is included by Theme.cpp.\r\n") );
|
||||||
File.Write( wxT("// Only check this into Git if you've read and understood the guidelines!\r\n\r\n ") );
|
File.Write( wxT("/// Only check this into Git if you've read and understood the guidelines!\r\n\r\n ") );
|
||||||
}
|
}
|
||||||
return bOk;
|
return bOk;
|
||||||
}
|
}
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
// ThemeAsCeeCode.h
|
/// @file ThemeAsCeeCode.h
|
||||||
//
|
/// @brief This file was Auto-Generated.
|
||||||
// This file was Auto-Generated.
|
///
|
||||||
// It is included by Theme.cpp.
|
/// It is included by Theme.cpp.
|
||||||
// Only check this into Git if you've read and understood the guidelines!
|
/// Only check this into Git if you've read and understood the guidelines!
|
||||||
|
|
||||||
137,80,78,71,13,10,26,10,0,0,0,13,73,72,68,82,0,0,1,184,
|
137,80,78,71,13,10,26,10,0,0,0,13,73,72,68,82,0,0,1,184,
|
||||||
0,0,3,68,8,6,0,0,0,194,5,58,248,0,0,0,4,115,66,73,
|
0,0,3,68,8,6,0,0,0,194,5,58,248,0,0,0,4,115,66,73,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user