Doxygen comments in generated theme header files

This commit is contained in:
Paul Licameli 2020-08-20 21:04:28 -04:00
parent f55b3f21cf
commit 0f98522b5c
6 changed files with 31 additions and 31 deletions

View File

@ -1,8 +1,8 @@
// ClassicThemeAsCeeCode.h
//
// This file was Auto-Generated.
// It is included by Theme.cpp.
// Only check this into Git if you've read and understood the guidelines!
/// @file ClassicThemeAsCeeCode.h
/// @brief This file was Auto-Generated.
///
/// It is included by Theme.cpp.
/// 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,
0,0,3,68,8,6,0,0,0,194,5,58,248,0,0,0,4,115,66,73,

View File

@ -1,8 +1,8 @@
// DarkThemeAsCeeCode.h
//
// This file was Auto-Generated.
// It is included by Theme.cpp.
// Only check this into Git if you've read and understood the guidelines!
/// @file DarkThemeAsCeeCode.h
/// @brief This file was Auto-Generated.
///
/// It is included by Theme.cpp.
/// 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,
0,0,3,68,8,6,0,0,0,194,5,58,248,0,0,0,4,115,66,73,

View File

@ -1,8 +1,8 @@
// HiContrastThemeAsCeeCode.h
//
// This file was Auto-Generated.
// It is included by Theme.cpp.
// Only check this into Git if you've read and understood the guidelines!
/// @file HiContrastThemeAsCeeCode.h
/// @brief This file was Auto-Generated.
///
/// It is included by Theme.cpp.
/// 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,
0,0,3,68,8,6,0,0,0,194,5,58,248,0,0,0,4,115,66,73,

View File

@ -1,8 +1,8 @@
// LightThemeAsCeeCode.h
//
// This file was Auto-Generated.
// It is included by Theme.cpp.
// Only check this into Git if you've read and understood the guidelines!
/// @file LightThemeAsCeeCode.h
/// @brief This file was Auto-Generated.
///
/// It is included by Theme.cpp.
/// 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,
0,0,3,68,8,6,0,0,0,194,5,58,248,0,0,0,4,115,66,73,

View File

@ -583,14 +583,14 @@ int SourceOutputStream::OpenFile(const FilePath & Filename)
{
// DA: Naming of output sourcery
#ifdef EXPERIMENTAL_DA
File.Write( wxT("// DarkThemeAsCeeCode.h\r\n") );
File.Write( wxT("/// @file DarkThemeAsCeeCode.h\r\n") );
#else
File.Write( wxT("// ThemeAsCeeCode.h\r\n") );
File.Write( wxT("/// @file ThemeAsCeeCode.h\r\n") );
#endif
File.Write( wxT("//\r\n") );
File.Write( wxT("// This file was Auto-Generated.\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("/// @brief 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("/// Only check this into Git if you've read and understood the guidelines!\r\n\r\n ") );
}
return bOk;
}

View File

@ -1,8 +1,8 @@
// ThemeAsCeeCode.h
//
// This file was Auto-Generated.
// It is included by Theme.cpp.
// Only check this into Git if you've read and understood the guidelines!
/// @file ThemeAsCeeCode.h
/// @brief This file was Auto-Generated.
///
/// It is included by Theme.cpp.
/// 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,
0,0,3,68,8,6,0,0,0,194,5,58,248,0,0,0,4,115,66,73,