X-Git-Url: https://git.dlugolecki.net.pl/?p=vlp.git;a=blobdiff_plain;f=Doxyfile.in;h=1373b53671729825c579db78eb4299bb732e3f77;hp=83b11396dd9ea119e155e0fe0132bd376e88e4bf;hb=c53612650313e842a9de1d3e8dbbcd6e23d7d7d8;hpb=60bf87c329990ebeb7c0a299848c46c02da68336 diff --git a/Doxyfile.in b/Doxyfile.in index 83b1139..1373b53 100644 --- a/Doxyfile.in +++ b/Doxyfile.in @@ -47,14 +47,14 @@ PROJECT_BRIEF = # exceed 55 pixels and the maximum width should not exceed 200 pixels. # Doxygen will copy the logo to the output directory. -PROJECT_LOGO = doc/logo.png +PROJECT_LOGO = doc/install/inst/logo.bmp # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # base path where the generated documentation will be put. # If a relative path is entered, it will be relative to the location # where doxygen was started. If left blank the current directory will be used. -OUTPUT_DIRECTORY = doc/doxygen +OUTPUT_DIRECTORY = doc # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create # 4096 sub-directories (in 2 levels) under the output directory of each output @@ -268,7 +268,7 @@ AUTOLINK_SUPPORT = YES # func(std::string) {}). This also makes the inheritance and collaboration # diagrams that involve STL classes more complete and accurate. -BUILTIN_STL_SUPPORT = NO +BUILTIN_STL_SUPPORT = YES # If you use Microsoft's C++/CLI language, you should set this option to YES to # enable parsing support.