Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: Can't build documentation with Doxygen  (Read 1974 times)

0 Members and 1 Guest are viewing this topic.

AveryBibeau

  • Newbie
  • *
  • Posts: 7
    • View Profile
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?

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
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.
Laurent Gomila - SFML developer