Skip to content

Commit a0d1a71

Browse files
committed
Make Doxygen docs build successfully
- removed from Doxygen parsing some files that are not to be parsed by Doxygen
1 parent 10820d2 commit a0d1a71

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

project/include/project/Public.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* @file
33
* This is a sample public compilation unit.
44
*
5-
* @author Your Name <your email address>
5+
* @author Your Name <your.email.address@goes.here>
66
* @date Creation/Edit Date
77
*
88
* @copyright Copyright information goes here

project/src/Private.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/**
1+
/*
22
* This is a sample private compilation unit.
33
*
44
* <Copyright information goes here>

project/src/Private.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/**
1+
/*
22
* This is a sample private compilation unit.
33
*
44
* <Copyright information goes here>

project/src/Public.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/**
1+
/*
22
* This is a sample source file corresponding to a public header file.
33
*
44
* <Copyright information goes here>

0 commit comments

Comments
 (0)