Skip to content

Commit 0f98522

Browse files
committed
Doxygen comments in generated theme header files
1 parent f55b3f2 commit 0f98522

6 files changed

+31
-31
lines changed

src/ClassicThemeAsCeeCode.h

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
// ClassicThemeAsCeeCode.h
2-
//
3-
// This file was Auto-Generated.
4-
// It is included by Theme.cpp.
5-
// Only check this into Git if you've read and understood the guidelines!
1+
/// @file ClassicThemeAsCeeCode.h
2+
/// @brief This file was Auto-Generated.
3+
///
4+
/// It is included by Theme.cpp.
5+
/// Only check this into Git if you've read and understood the guidelines!
66

77
137,80,78,71,13,10,26,10,0,0,0,13,73,72,68,82,0,0,1,184,
88
0,0,3,68,8,6,0,0,0,194,5,58,248,0,0,0,4,115,66,73,

src/DarkThemeAsCeeCode.h

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
// DarkThemeAsCeeCode.h
2-
//
3-
// This file was Auto-Generated.
4-
// It is included by Theme.cpp.
5-
// Only check this into Git if you've read and understood the guidelines!
1+
/// @file DarkThemeAsCeeCode.h
2+
/// @brief This file was Auto-Generated.
3+
///
4+
/// It is included by Theme.cpp.
5+
/// Only check this into Git if you've read and understood the guidelines!
66

77
137,80,78,71,13,10,26,10,0,0,0,13,73,72,68,82,0,0,1,184,
88
0,0,3,68,8,6,0,0,0,194,5,58,248,0,0,0,4,115,66,73,

src/HiContrastThemeAsCeeCode.h

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
// HiContrastThemeAsCeeCode.h
2-
//
3-
// This file was Auto-Generated.
4-
// It is included by Theme.cpp.
5-
// Only check this into Git if you've read and understood the guidelines!
1+
/// @file HiContrastThemeAsCeeCode.h
2+
/// @brief This file was Auto-Generated.
3+
///
4+
/// It is included by Theme.cpp.
5+
/// Only check this into Git if you've read and understood the guidelines!
66

77
137,80,78,71,13,10,26,10,0,0,0,13,73,72,68,82,0,0,1,184,
88
0,0,3,68,8,6,0,0,0,194,5,58,248,0,0,0,4,115,66,73,

src/LightThemeAsCeeCode.h

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
// LightThemeAsCeeCode.h
2-
//
3-
// This file was Auto-Generated.
4-
// It is included by Theme.cpp.
5-
// Only check this into Git if you've read and understood the guidelines!
1+
/// @file LightThemeAsCeeCode.h
2+
/// @brief This file was Auto-Generated.
3+
///
4+
/// It is included by Theme.cpp.
5+
/// Only check this into Git if you've read and understood the guidelines!
66

77
137,80,78,71,13,10,26,10,0,0,0,13,73,72,68,82,0,0,1,184,
88
0,0,3,68,8,6,0,0,0,194,5,58,248,0,0,0,4,115,66,73,

src/Theme.cpp

+6-6
Original file line numberDiff line numberDiff line change
@@ -583,14 +583,14 @@ int SourceOutputStream::OpenFile(const FilePath & Filename)
583583
{
584584
// DA: Naming of output sourcery
585585
#ifdef EXPERIMENTAL_DA
586-
File.Write( wxT("// DarkThemeAsCeeCode.h\r\n") );
586+
File.Write( wxT("/// @file DarkThemeAsCeeCode.h\r\n") );
587587
#else
588-
File.Write( wxT("// ThemeAsCeeCode.h\r\n") );
588+
File.Write( wxT("/// @file ThemeAsCeeCode.h\r\n") );
589589
#endif
590-
File.Write( wxT("//\r\n") );
591-
File.Write( wxT("// This file was Auto-Generated.\r\n") );
592-
File.Write( wxT("// It is included by Theme.cpp.\r\n") );
593-
File.Write( wxT("// Only check this into Git if you've read and understood the guidelines!\r\n\r\n ") );
590+
File.Write( wxT("/// @brief This file was Auto-Generated.\r\n") );
591+
File.Write( wxT("///\r\n") );
592+
File.Write( wxT("/// It is included by Theme.cpp.\r\n") );
593+
File.Write( wxT("/// Only check this into Git if you've read and understood the guidelines!\r\n\r\n ") );
594594
}
595595
return bOk;
596596
}

src/ThemeAsCeeCode.h

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
// ThemeAsCeeCode.h
2-
//
3-
// This file was Auto-Generated.
4-
// It is included by Theme.cpp.
5-
// Only check this into Git if you've read and understood the guidelines!
1+
/// @file ThemeAsCeeCode.h
2+
/// @brief This file was Auto-Generated.
3+
///
4+
/// It is included by Theme.cpp.
5+
/// Only check this into Git if you've read and understood the guidelines!
66

77
137,80,78,71,13,10,26,10,0,0,0,13,73,72,68,82,0,0,1,184,
88
0,0,3,68,8,6,0,0,0,194,5,58,248,0,0,0,4,115,66,73,

0 commit comments

Comments
 (0)