Added CMake commands to reference and updated Doxyfile.
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
949dbb14a7
commit
a40a394b1a
2
Doxyfile
2
Doxyfile
|
@ -1,7 +1,7 @@
|
|||
# -*- mode: conf-unix -*-
|
||||
PROJECT_NAME = "remwharead"
|
||||
PROJECT_NUMBER = 0.0.0
|
||||
INPUT = src/lib/ src/lib/export/
|
||||
INPUT = src/lib/ src/lib/export/ include/
|
||||
# EXAMPLE_PATH = examples/
|
||||
EXAMPLE_RECURSIVE = YES
|
||||
GENERATE_HTML = YES
|
||||
|
|
|
@ -29,7 +29,14 @@
|
|||
* #include <remwharead/remwharead.hpp>
|
||||
* @endcode
|
||||
*
|
||||
* Compile your code with `g++ $(pkg-config --cflags --libs remwharead)`.
|
||||
* Use it in your CMake project like this:
|
||||
*
|
||||
* @code
|
||||
* find_package(remwharead CONFIG REQUIRED)
|
||||
* target_link_libraries(MyProject remwharead::remwharead)
|
||||
* @endcode
|
||||
*
|
||||
* Or compile your code with `g++ $(pkg-config --cflags --libs remwharead)`.
|
||||
*/
|
||||
|
||||
#include "export/adoc.hpp"
|
||||
|
|
Loading…
Reference in New Issue
Block a user