Skip to content

Commit

Permalink
doxygen: Escape #include to avoid warning
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Grant <m.grant.prg@gmail.com>
  • Loading branch information
m-grant-prg committed May 19, 2024
1 parent 529b8a2 commit be1cd50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/doxygen/src/150-autotools-internal.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ then the situation is like the above since the pkg-config file supplies the
compiler with the Cflags of pkgincludedir. So, the compiler command line will
have both -I${includedir} and -I${pkgincludedir} making a large pool.

If headers are installed in pkgincludedir and all #includes use
If headers are installed in pkgincludedir and all \c \#includes use
${PACKAGE}/example.h then the names can be anything.

\section temporaries Temporary Headers and Libraries
Expand Down

0 comments on commit be1cd50

Please sign in to comment.