We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d093e6 commit 7a33082Copy full SHA for 7a33082
Documentation/doxygen.sh
@@ -3,8 +3,8 @@
3
4
# Generate doxygen file for Raspberry Pi configure command
5
echo -e "/**\n * @defgroup RaspberryPiGateway Raspberry Pi Gateway\n * @ingroup MyConfigGrp\n * @brief Configuration options for the Raspberry Pi Gateway\n@{\n@verbatim" > configure.h
6
- grep -A999 '<<EOF' configure | grep -B999 EOF | grep -v 'EOF' >> configure.h
7
- echo -e "@endverbatim\n@}*/\n" >> configure.h
+./configure --help >> configure.h
+echo -e "@endverbatim\n@}*/\n" >> configure.h
8
9
# Generate version information
10
export PROJECTNUMBER=$(git fetch --tags; git describe --tags;)
0 commit comments