Welcome,
Guest
. Please
login
or
register
. Did you miss your
activation email?
French forum
Home
Help
Search
Login
Register
SFML community forums
»
Help
»
General
»
Can't build documentation with Doxygen
Print
Pages: [
1
]
Author
Topic: Can't build documentation with Doxygen (Read 2135 times)
0 Members and 1 Guest are viewing this topic.
AveryBibeau
Newbie
Posts: 7
Can't build documentation with Doxygen
«
on:
July 13, 2013, 05:57:07 pm »
I'm trying to build the offline documentation for SFML but can't get Doxygen and CMake working. The CMake output says that it successfully found Doxygen.exe 1.8.4 in my Program Files but under the DOXYGEN_HHC_PROGRAM it says DOXYGEN_HHC_PROGRAM-NOTFOUND. The Build/doc/html folder only contains the doxygen.css file from the SFML source and nothing else. What should I be doing to get it to properly build?
Logged
Laurent
Administrator
Hero Member
Posts: 32498
Re: Can't build documentation with Doxygen
«
Reply #1 on:
July 14, 2013, 09:25:49 am »
DOXYGEN_HHC_PROGRAM must be the path to the HTML Help Compiler (downloadable from Microsoft). This is needed only if you build the CHM documentation, you can ignore it if you compile the HTML version only.
Logged
Laurent Gomila - SFML developer
Print
Pages: [
1
]
SFML community forums
»
Help
»
General
»
Can't build documentation with Doxygen
anything