Skip to content
  • Brad King's avatar
    Cleanup generic compiler check macro documentation · 80af3ae3
    Brad King authored
    This commit improves formatting and style of the documentation for the
    general-purpose compiler check macros:
    
      CHECK_C_COMPILER_FLAG
      CHECK_C_SOURCE_COMPILES
      CHECK_C_SOURCE_RUNS
      CHECK_CXX_COMPILER_FLAG
      CHECK_CXX_SOURCE_COMPILES
      CHECK_CXX_SOURCE_RUNS
    
    This sytle is more consistent with CMake command documentation.
    It also looks nicer in the generated documentation text files.
    80af3ae3