Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

documentation generation errors #1929

Open
xiota opened this issue Nov 10, 2024 · 1 comment
Open

documentation generation errors #1929

xiota opened this issue Nov 10, 2024 · 1 comment

Comments

@xiota
Copy link

xiota commented Nov 10, 2024

Latest commit is affected (cbe9a27).

libnng.3.adoc appears to have bad syntax:

$ asciidoc libnng.3.adoc
asciidoc: ERROR: libnng.3.adoc: line 33: [tabledef-default] missing leading separator: (?ms)((?<!\S)((?P<span>[\d.]+)(?P<op>[*+]))?(?P<align>[<\^>.]{,3})?(?P<style>[a-z])?)?\|
asciidoc: ERROR: libnng.3.adoc: line 99: [tabledef-default] missing leading separator: (?ms)((?<!\S)((?P<span>[\d.]+)(?P<op>[*+]))?(?P<align>[<\^>.]{,3})?(?P<style>[a-z])?)?\|
asciidoc: ERROR: libnng.3.adoc: line 159: [tabledef-default] missing leading separator: (?ms)((?<!\S)((?P<span>[\d.]+)(?P<op>[*+]))?(?P<align>[<\^>.]{,3})?(?P<style>[a-z])?)?\|
asciidoc: ERROR: libnng.3.adoc: line 465: illegal style name: .text-left
Trying to build with NNG_ENABLE_DOC=ON results in multiple Cannot find source file errors.
CMake Error in docs/man/CMakeLists.txt:
  Cannot find source file:

    /home/builder/build/src/nng/docs/man/nng_aio.5.adoc

  Tried extensions .c .C .c++ .cc .cpp .cxx .cu .mpp .m .M .mm .ixx .cppm
  .ccm .cxxm .c++m .h .hh .h++ .hm .hpp .hxx .in .txx .f .F .for .f77 .f90
  .f95 .f03 .hip .ispc


CMake Error in docs/man/CMakeLists.txt:
  Cannot find source file:

    /home/builder/build/src/nng/docs/man/nng_aio_abort.3.adoc

  Tried extensions .c .C .c++ .cc .cpp .cxx .cu .mpp .m .M .mm .ixx .cppm
  .ccm .cxxm .c++m .h .hh .h++ .hm .hpp .hxx .in .txx .f .F .for .f77 .f90
  .f95 .f03 .hip .ispc


CMake Error in docs/man/CMakeLists.txt:
  Cannot find source file:

    /home/builder/build/src/nng/docs/man/nng_aio_alloc.3.adoc

  Tried extensions .c .C .c++ .cc .cpp .cxx .cu .mpp .m .M .mm .ixx .cppm
  .ccm .cxxm .c++m .h .hh .h++ .hm .hpp .hxx .in .txx .f .F .for .f77 .f90
  .f95 .f03 .hip .ispc


CMake Error in docs/man/CMakeLists.txt:
  Cannot find source file:

    /home/builder/build/src/nng/docs/man/nng_aio_cancel.3.adoc

  Tried extensions .c .C .c++ .cc .cpp .cxx .cu .mpp .m .M .mm .ixx .cppm
  .ccm .cxxm .c++m .h .hh .h++ .hm .hpp .hxx .in .txx .f .F .for .f77 .f90
  .f95 .f03 .hip .ispc


CMake Error in docs/man/CMakeLists.txt:
  Cannot find source file:

    /home/builder/build/src/nng/docs/man/nng_aio_count.3.adoc

  Tried extensions .c .C .c++ .cc .cpp .cxx .cu .mpp .m .M .mm .ixx .cppm
  .ccm .cxxm .c++m .h .hh .h++ .hm .hpp .hxx .in .txx .f .F .for .f77 .f90
  .f95 .f03 .hip .ispc


CMake Error in docs/man/CMakeLists.txt:
  Cannot find source file:

    /home/builder/build/src/nng/docs/man/nng_aio_free.3.adoc

  Tried extensions .c .C .c++ .cc .cpp .cxx .cu .mpp .m .M .mm .ixx .cppm
  .ccm .cxxm .c++m .h .hh .h++ .hm .hpp .hxx .in .txx .f .F .for .f77 .f90
  .f95 .f03 .hip .ispc


CMake Error in docs/man/CMakeLists.txt:
  Cannot find source file:

    /home/builder/build/src/nng/docs/man/nng_aio_get_msg.3.adoc

  Tried extensions .c .C .c++ .cc .cpp .cxx .cu .mpp .m .M .mm .ixx .cppm
  .ccm .cxxm .c++m .h .hh .h++ .hm .hpp .hxx .in .txx .f .F .for .f77 .f90
  .f95 .f03 .hip .ispc


CMake Error in docs/man/CMakeLists.txt:
  Cannot find source file:

    /home/builder/build/src/nng/docs/man/nng_aio_get_output.3.adoc

  Tried extensions .c .C .c++ .cc .cpp .cxx .cu .mpp .m .M .mm .ixx .cppm
  .ccm .cxxm .c++m .h .hh .h++ .hm .hpp .hxx .in .txx .f .F .for .f77 .f90
  .f95 .f03 .hip .ispc


CMake Error in docs/man/CMakeLists.txt:
  Cannot find source file:

    /home/builder/build/src/nng/docs/man/nng_aio_result.3.adoc

  Tried extensions .c .C .c++ .cc .cpp .cxx .cu .mpp .m .M .mm .ixx .cppm
  .ccm .cxxm .c++m .h .hh .h++ .hm .hpp .hxx .in .txx .f .F .for .f77 .f90
  .f95 .f03 .hip .ispc


CMake Error in docs/man/CMakeLists.txt:
  Cannot find source file:

    /home/builder/build/src/nng/docs/man/nng_aio_set_input.3.adoc

  Tried extensions .c .C .c++ .cc .cpp .cxx .cu .mpp .m .M .mm .ixx .cppm
  .ccm .cxxm .c++m .h .hh .h++ .hm .hpp .hxx .in .txx .f .F .for .f77 .f90
  .f95 .f03 .hip .ispc


CMake Error in docs/man/CMakeLists.txt:
  Cannot find source file:

    /home/builder/build/src/nng/docs/man/nng_aio_set_iov.3.adoc

  Tried extensions .c .C .c++ .cc .cpp .cxx .cu .mpp .m .M .mm .ixx .cppm
  .ccm .cxxm .c++m .h .hh .h++ .hm .hpp .hxx .in .txx .f .F .for .f77 .f90
  .f95 .f03 .hip .ispc


CMake Error in docs/man/CMakeLists.txt:
  Cannot find source file:

    /home/builder/build/src/nng/docs/man/nng_aio_set_msg.3.adoc

  Tried extensions .c .C .c++ .cc .cpp .cxx .cu .mpp .m .M .mm .ixx .cppm
  .ccm .cxxm .c++m .h .hh .h++ .hm .hpp .hxx .in .txx .f .F .for .f77 .f90
  .f95 .f03 .hip .ispc


CMake Error in docs/man/CMakeLists.txt:
  Cannot find source file:

    /home/builder/build/src/nng/docs/man/nng_aio_set_timeout.3.adoc

  Tried extensions .c .C .c++ .cc .cpp .cxx .cu .mpp .m .M .mm .ixx .cppm
  .ccm .cxxm .c++m .h .hh .h++ .hm .hpp .hxx .in .txx .f .F .for .f77 .f90
  .f95 .f03 .hip .ispc


CMake Error in docs/man/CMakeLists.txt:
  Cannot find source file:

    /home/builder/build/src/nng/docs/man/nng_aio_stop.3.adoc

  Tried extensions .c .C .c++ .cc .cpp .cxx .cu .mpp .m .M .mm .ixx .cppm
  .ccm .cxxm .c++m .h .hh .h++ .hm .hpp .hxx .in .txx .f .F .for .f77 .f90
  .f95 .f03 .hip .ispc


CMake Error in docs/man/CMakeLists.txt:
  Cannot find source file:

    /home/builder/build/src/nng/docs/man/nng_aio_wait.3.adoc

  Tried extensions .c .C .c++ .cc .cpp .cxx .cu .mpp .m .M .mm .ixx .cppm
  .ccm .cxxm .c++m .h .hh .h++ .hm .hpp .hxx .in .txx .f .F .for .f77 .f90
  .f95 .f03 .hip .ispc


CMake Error in docs/man/CMakeLists.txt:
  Cannot find source file:

    /home/builder/build/src/nng/docs/man/nng_alloc.3.adoc

  Tried extensions .c .C .c++ .cc .cpp .cxx .cu .mpp .m .M .mm .ixx .cppm
  .ccm .cxxm .c++m .h .hh .h++ .hm .hpp .hxx .in .txx .f .F .for .f77 .f90
  .f95 .f03 .hip .ispc


CMake Error in docs/man/CMakeLists.txt:
  Cannot find source file:

    /home/builder/build/src/nng/docs/man/nng_bus.7.adoc

  Tried extensions .c .C .c++ .cc .cpp .cxx .cu .mpp .m .M .mm .ixx .cppm
  .ccm .cxxm .c++m .h .hh .h++ .hm .hpp .hxx .in .txx .f .F .for .f77 .f90
  .f95 .f03 .hip .ispc


CMake Error in docs/man/CMakeLists.txt:
  Cannot find source file:

    /home/builder/build/src/nng/docs/man/nng_clock.3supp.adoc

  Tried extensions .c .C .c++ .cc .cpp .cxx .cu .mpp .m .M .mm .ixx .cppm
  .ccm .cxxm .c++m .h .hh .h++ .hm .hpp .hxx .in .txx .f .F .for .f77 .f90
  .f95 .f03 .hip .ispc


CMake Error in docs/man/CMakeLists.txt:
  Cannot find source file:

    /home/builder/build/src/nng/docs/man/nng_cv_alloc.3supp.adoc

  Tried extensions .c .C .c++ .cc .cpp .cxx .cu .mpp .m .M .mm .ixx .cppm
  .ccm .cxxm .c++m .h .hh .h++ .hm .hpp .hxx .in .txx .f .F .for .f77 .f90
  .f95 .f03 .hip .ispc


CMake Error in docs/man/CMakeLists.txt:
  Cannot find source file:

    /home/builder/build/src/nng/docs/man/nng_cv_free.3supp.adoc

  Tried extensions .c .C .c++ .cc .cpp .cxx .cu .mpp .m .M .mm .ixx .cppm
  .ccm .cxxm .c++m .h .hh .h++ .hm .hpp .hxx .in .txx .f .F .for .f77 .f90
  .f95 .f03 .hip .ispc


CMake Error in docs/man/CMakeLists.txt:
  Cannot find source file:

    /home/builder/build/src/nng/docs/man/nng_cv_until.3supp.adoc

  Tried extensions .c .C .c++ .cc .cpp .cxx .cu .mpp .m .M .mm .ixx .cppm
  .ccm .cxxm .c++m .h .hh .h++ .hm .hpp .hxx .in .txx .f .F .for .f77 .f90
  .f95 .f03 .hip .ispc


CMake Error in docs/man/CMakeLists.txt:
  Cannot find source file:

    /home/builder/build/src/nng/docs/man/nng_cv_wait.3supp.adoc

  Tried extensions .c .C .c++ .cc .cpp .cxx .cu .mpp .m .M .mm .ixx .cppm
  .ccm .cxxm .c++m .h .hh .h++ .hm .hpp .hxx .in .txx .f .F .for .f77 .f90
  .f95 .f03 .hip .ispc


CMake Error in docs/man/CMakeLists.txt:
  Cannot find source file:

    /home/builder/build/src/nng/docs/man/nng_cv_wake.3supp.adoc

  Tried extensions .c .C .c++ .cc .cpp .cxx .cu .mpp .m .M .mm .ixx .cppm
  .ccm .cxxm .c++m .h .hh .h++ .hm .hpp .hxx .in .txx .f .F .for .f77 .f90
  .f95 .f03 .hip .ispc


CMake Error in docs/man/CMakeLists.txt:
  Cannot find source file:

    /home/builder/build/src/nng/docs/man/nng_cv_wake1.3supp.adoc

  Tried extensions .c .C .c++ .cc .cpp .cxx .cu .mpp .m .M .mm .ixx .cppm
  .ccm .cxxm .c++m .h .hh .h++ .hm .hpp .hxx .in .txx .f .F .for .f77 .f90
  .f95 .f03 .hip .ispc


CMake Error in docs/man/CMakeLists.txt:
  Cannot find source file:

    /home/builder/build/src/nng/docs/man/nng_duration.5.adoc

  Tried extensions .c .C .c++ .cc .cpp .cxx .cu .mpp .m .M .mm .ixx .cppm
  .ccm .cxxm .c++m .h .hh .h++ .hm .hpp .hxx .in .txx .f .F .for .f77 .f90
  .f95 .f03 .hip .ispc


CMake Error in docs/man/CMakeLists.txt:
  Cannot find source file:

    /home/builder/build/src/nng/docs/man/nng_free.3.adoc

  Tried extensions .c .C .c++ .cc .cpp .cxx .cu .mpp .m .M .mm .ixx .cppm
  .ccm .cxxm .c++m .h .hh .h++ .hm .hpp .hxx .in .txx .f .F .for .f77 .f90
  .f95 .f03 .hip .ispc


CMake Error in docs/man/CMakeLists.txt:
  Cannot find source file:

    /home/builder/build/src/nng/docs/man/nng_id_map.3supp.adoc

  Tried extensions .c .C .c++ .cc .cpp .cxx .cu .mpp .m .M .mm .ixx .cppm
  .ccm .cxxm .c++m .h .hh .h++ .hm .hpp .hxx .in .txx .f .F .for .f77 .f90
  .f95 .f03 .hip .ispc


CMake Error in docs/man/CMakeLists.txt:
  Cannot find source file:

    /home/builder/build/src/nng/docs/man/nng_inproc.7.adoc

  Tried extensions .c .C .c++ .cc .cpp .cxx .cu .mpp .m .M .mm .ixx .cppm
  .ccm .cxxm .c++m .h .hh .h++ .hm .hpp .hxx .in .txx .f .F .for .f77 .f90
  .f95 .f03 .hip .ispc


CMake Error in docs/man/CMakeLists.txt:
  Cannot find source file:

    /home/builder/build/src/nng/docs/man/nng_ipc.7.adoc

  Tried extensions .c .C .c++ .cc .cpp .cxx .cu .mpp .m .M .mm .ixx .cppm
  .ccm .cxxm .c++m .h .hh .h++ .hm .hpp .hxx .in .txx .f .F .for .f77 .f90
  .f95 .f03 .hip .ispc


CMake Error in docs/man/CMakeLists.txt:
  Cannot find source file:

    /home/builder/build/src/nng/docs/man/nng_log.3.adoc

  Tried extensions .c .C .c++ .cc .cpp .cxx .cu .mpp .m .M .mm .ixx .cppm
  .ccm .cxxm .c++m .h .hh .h++ .hm .hpp .hxx .in .txx .f .F .for .f77 .f90
  .f95 .f03 .hip .ispc


CMake Error in docs/man/CMakeLists.txt:
  Cannot find source file:

    /home/builder/build/src/nng/docs/man/nng_log_get_level.3.adoc

  Tried extensions .c .C .c++ .cc .cpp .cxx .cu .mpp .m .M .mm .ixx .cppm
  .ccm .cxxm .c++m .h .hh .h++ .hm .hpp .hxx .in .txx .f .F .for .f77 .f90
  .f95 .f03 .hip .ispc


CMake Error in docs/man/CMakeLists.txt:
  Cannot find source file:

    /home/builder/build/src/nng/docs/man/nng_log_set_facility.3.adoc

  Tried extensions .c .C .c++ .cc .cpp .cxx .cu .mpp .m .M .mm .ixx .cppm
  .ccm .cxxm .c++m .h .hh .h++ .hm .hpp .hxx .in .txx .f .F .for .f77 .f90
  .f95 .f03 .hip .ispc


CMake Error in docs/man/CMakeLists.txt:
  Cannot find source file:

    /home/builder/build/src/nng/docs/man/nng_log_set_level.3.adoc

  Tried extensions .c .C .c++ .cc .cpp .cxx .cu .mpp .m .M .mm .ixx .cppm
  .ccm .cxxm .c++m .h .hh .h++ .hm .hpp .hxx .in .txx .f .F .for .f77 .f90
  .f95 .f03 .hip .ispc


CMake Error in docs/man/CMakeLists.txt:
  Cannot find source file:

    /home/builder/build/src/nng/docs/man/nng_log_set_logger.3.adoc

  Tried extensions .c .C .c++ .cc .cpp .cxx .cu .mpp .m .M .mm .ixx .cppm
  .ccm .cxxm .c++m .h .hh .h++ .hm .hpp .hxx .in .txx .f .F .for .f77 .f90
  .f95 .f03 .hip .ispc


CMake Error in docs/man/CMakeLists.txt:
  Cannot find source file:

    /home/builder/build/src/nng/docs/man/nng_msg.5.adoc

  Tried extensions .c .C .c++ .cc .cpp .cxx .cu .mpp .m .M .mm .ixx .cppm
  .ccm .cxxm .c++m .h .hh .h++ .hm .hpp .hxx .in .txx .f .F .for .f77 .f90
  .f95 .f03 .hip .ispc


CMake Error in docs/man/CMakeLists.txt:
  Cannot find source file:

    /home/builder/build/src/nng/docs/man/nng_msg_alloc.3.adoc

  Tried extensions .c .C .c++ .cc .cpp .cxx .cu .mpp .m .M .mm .ixx .cppm
  .ccm .cxxm .c++m .h .hh .h++ .hm .hpp .hxx .in .txx .f .F .for .f77 .f90
  .f95 .f03 .hip .ispc


CMake Error in docs/man/CMakeLists.txt:
  Cannot find source file:

    /home/builder/build/src/nng/docs/man/nng_msg_append.3.adoc

  Tried extensions .c .C .c++ .cc .cpp .cxx .cu .mpp .m .M .mm .ixx .cppm
  .ccm .cxxm .c++m .h .hh .h++ .hm .hpp .hxx .in .txx .f .F .for .f77 .f90
  .f95 .f03 .hip .ispc


CMake Error in docs/man/CMakeLists.txt:
  Cannot find source file:

    /home/builder/build/src/nng/docs/man/nng_msg_body.3.adoc

  Tried extensions .c .C .c++ .cc .cpp .cxx .cu .mpp .m .M .mm .ixx .cppm
  .ccm .cxxm .c++m .h .hh .h++ .hm .hpp .hxx .in .txx .f .F .for .f77 .f90
  .f95 .f03 .hip .ispc


CMake Error in docs/man/CMakeLists.txt:
  Cannot find source file:

    /home/builder/build/src/nng/docs/man/nng_msg_chop.3.adoc

  Tried extensions .c .C .c++ .cc .cpp .cxx .cu .mpp .m .M .mm .ixx .cppm
  .ccm .cxxm .c++m .h .hh .h++ .hm .hpp .hxx .in .txx .f .F .for .f77 .f90
  .f95 .f03 .hip .ispc


CMake Error in docs/man/CMakeLists.txt:
  Cannot find source file:

    /home/builder/build/src/nng/docs/man/nng_msg_clear.3.adoc

  Tried extensions .c .C .c++ .cc .cpp .cxx .cu .mpp .m .M .mm .ixx .cppm
  .ccm .cxxm .c++m .h .hh .h++ .hm .hpp .hxx .in .txx .f .F .for .f77 .f90
  .f95 .f03 .hip .ispc


CMake Error in docs/man/CMakeLists.txt:
  Cannot find source file:

    /home/builder/build/src/nng/docs/man/nng_msg_dup.3.adoc

  Tried extensions .c .C .c++ .cc .cpp .cxx .cu .mpp .m .M .mm .ixx .cppm
  .ccm .cxxm .c++m .h .hh .h++ .hm .hpp .hxx .in .txx .f .F .for .f77 .f90
  .f95 .f03 .hip .ispc


CMake Error in docs/man/CMakeLists.txt:
  Cannot find source file:

    /home/builder/build/src/nng/docs/man/nng_msg_free.3.adoc

  Tried extensions .c .C .c++ .cc .cpp .cxx .cu .mpp .m .M .mm .ixx .cppm
  .ccm .cxxm .c++m .h .hh .h++ .hm .hpp .hxx .in .txx .f .F .for .f77 .f90
  .f95 .f03 .hip .ispc


CMake Error in docs/man/CMakeLists.txt:
  Cannot find source file:

    /home/builder/build/src/nng/docs/man/nng_msg_get_pipe.3.adoc

  Tried extensions .c .C .c++ .cc .cpp .cxx .cu .mpp .m .M .mm .ixx .cppm
  .ccm .cxxm .c++m .h .hh .h++ .hm .hpp .hxx .in .txx .f .F .for .f77 .f90
  .f95 .f03 .hip .ispc


CMake Error in docs/man/CMakeLists.txt:
  Cannot find source file:

    /home/builder/build/src/nng/docs/man/nng_msg_header.3.adoc

  Tried extensions .c .C .c++ .cc .cpp .cxx .cu .mpp .m .M .mm .ixx .cppm
  .ccm .cxxm .c++m .h .hh .h++ .hm .hpp .hxx .in .txx .f .F .for .f77 .f90
  .f95 .f03 .hip .ispc


CMake Error in docs/man/CMakeLists.txt:
  Cannot find source file:

    /home/builder/build/src/nng/docs/man/nng_msg_header_append.3.adoc

  Tried extensions .c .C .c++ .cc .cpp .cxx .cu .mpp .m .M .mm .ixx .cppm
  .ccm .cxxm .c++m .h .hh .h++ .hm .hpp .hxx .in .txx .f .F .for .f77 .f90
  .f95 .f03 .hip .ispc


CMake Error in docs/man/CMakeLists.txt:
  Cannot find source file:

    /home/builder/build/src/nng/docs/man/nng_msg_header_chop.3.adoc

  Tried extensions .c .C .c++ .cc .cpp .cxx .cu .mpp .m .M .mm .ixx .cppm
  .ccm .cxxm .c++m .h .hh .h++ .hm .hpp .hxx .in .txx .f .F .for .f77 .f90
  .f95 .f03 .hip .ispc


CMake Error in docs/man/CMakeLists.txt:
  Cannot find source file:

    /home/builder/build/src/nng/docs/man/nng_msg_header_clear.3.adoc

  Tried extensions .c .C .c++ .cc .cpp .cxx .cu .mpp .m .M .mm .ixx .cppm
  .ccm .cxxm .c++m .h .hh .h++ .hm .hpp .hxx .in .txx .f .F .for .f77 .f90
  .f95 .f03 .hip .ispc


CMake Error in docs/man/CMakeLists.txt:
  Cannot find source file:

    /home/builder/build/src/nng/docs/man/nng_msg_header_insert.3.adoc

  Tried extensions .c .C .c++ .cc .cpp .cxx .cu .mpp .m .M .mm .ixx .cppm
  .ccm .cxxm .c++m .h .hh .h++ .hm .hpp .hxx .in .txx .f .F .for .f77 .f90
  .f95 .f03 .hip .ispc


CMake Error in docs/man/CMakeLists.txt:
  Cannot find source file:

    /home/builder/build/src/nng/docs/man/nng_msg_header_len.3.adoc

  Tried extensions .c .C .c++ .cc .cpp .cxx .cu .mpp .m .M .mm .ixx .cppm
  .ccm .cxxm .c++m .h .hh .h++ .hm .hpp .hxx .in .txx .f .F .for .f77 .f90
  .f95 .f03 .hip .ispc


CMake Error in docs/man/CMakeLists.txt:
  Cannot find source file:

    /home/builder/build/src/nng/docs/man/nng_msg_header_trim.3.adoc

  Tried extensions .c .C .c++ .cc .cpp .cxx .cu .mpp .m .M .mm .ixx .cppm
  .ccm .cxxm .c++m .h .hh .h++ .hm .hpp .hxx .in .txx .f .F .for .f77 .f90
  .f95 .f03 .hip .ispc


CMake Error in docs/man/CMakeLists.txt:
  Cannot find source file:

    /home/builder/build/src/nng/docs/man/nng_msg_insert.3.adoc

  Tried extensions .c .C .c++ .cc .cpp .cxx .cu .mpp .m .M .mm .ixx .cppm
  .ccm .cxxm .c++m .h .hh .h++ .hm .hpp .hxx .in .txx .f .F .for .f77 .f90
  .f95 .f03 .hip .ispc


CMake Error in docs/man/CMakeLists.txt:
  Cannot find source file:

    /home/builder/build/src/nng/docs/man/nng_msg_len.3.adoc

  Tried extensions .c .C .c++ .cc .cpp .cxx .cu .mpp .m .M .mm .ixx .cppm
  .ccm .cxxm .c++m .h .hh .h++ .hm .hpp .hxx .in .txx .f .F .for .f77 .f90
  .f95 .f03 .hip .ispc


CMake Error in docs/man/CMakeLists.txt:
  Cannot find source file:

    /home/builder/build/src/nng/docs/man/nng_msg_realloc.3.adoc

  Tried extensions .c .C .c++ .cc .cpp .cxx .cu .mpp .m .M .mm .ixx .cppm
  .ccm .cxxm .c++m .h .hh .h++ .hm .hpp .hxx .in .txx .f .F .for .f77 .f90
  .f95 .f03 .hip .ispc


CMake Error in docs/man/CMakeLists.txt:
  Cannot find source file:

    /home/builder/build/src/nng/docs/man/nng_msg_set_pipe.3.adoc

  Tried extensions .c .C .c++ .cc .cpp .cxx .cu .mpp .m .M .mm .ixx .cppm
  .ccm .cxxm .c++m .h .hh .h++ .hm .hpp .hxx .in .txx .f .F .for .f77 .f90
  .f95 .f03 .hip .ispc


CMake Error in docs/man/CMakeLists.txt:
  Cannot find source file:

    /home/builder/build/src/nng/docs/man/nng_msg_trim.3.adoc

  Tried extensions .c .C .c++ .cc .cpp .cxx .cu .mpp .m .M .mm .ixx .cppm
  .ccm .cxxm .c++m .h .hh .h++ .hm .hpp .hxx .in .txx .f .F .for .f77 .f90
  .f95 .f03 .hip .ispc


CMake Error in docs/man/CMakeLists.txt:
  Cannot find source file:

    /home/builder/build/src/nng/docs/man/nng_msleep.3supp.adoc

  Tried extensions .c .C .c++ .cc .cpp .cxx .cu .mpp .m .M .mm .ixx .cppm
  .ccm .cxxm .c++m .h .hh .h++ .hm .hpp .hxx .in .txx .f .F .for .f77 .f90
  .f95 .f03 .hip .ispc


CMake Error in docs/man/CMakeLists.txt:
  Cannot find source file:

    /home/builder/build/src/nng/docs/man/nng_mtx_alloc.3supp.adoc

  Tried extensions .c .C .c++ .cc .cpp .cxx .cu .mpp .m .M .mm .ixx .cppm
  .ccm .cxxm .c++m .h .hh .h++ .hm .hpp .hxx .in .txx .f .F .for .f77 .f90
  .f95 .f03 .hip .ispc


CMake Error in docs/man/CMakeLists.txt:
  Cannot find source file:

    /home/builder/build/src/nng/docs/man/nng_mtx_free.3supp.adoc

  Tried extensions .c .C .c++ .cc .cpp .cxx .cu .mpp .m .M .mm .ixx .cppm
  .ccm .cxxm .c++m .h .hh .h++ .hm .hpp .hxx .in .txx .f .F .for .f77 .f90
  .f95 .f03 .hip .ispc


CMake Error in docs/man/CMakeLists.txt:
  Cannot find source file:

    /home/builder/build/src/nng/docs/man/nng_mtx_lock.3supp.adoc

  Tried extensions .c .C .c++ .cc .cpp .cxx .cu .mpp .m .M .mm .ixx .cppm
  .ccm .cxxm .c++m .h .hh .h++ .hm .hpp .hxx .in .txx .f .F .for .f77 .f90
  .f95 .f03 .hip .ispc


CMake Error in docs/man/CMakeLists.txt:
  Cannot find source file:

    /home/builder/build/src/nng/docs/man/nng_mtx_unlock.3supp.adoc

  Tried extensions .c .C .c++ .cc .cpp .cxx .cu .mpp .m .M .mm .ixx .cppm
  .ccm .cxxm .c++m .h .hh .h++ .hm .hpp .hxx .in .txx .f .F .for .f77 .f90
  .f95 .f03 .hip .ispc


CMake Error in docs/man/CMakeLists.txt:
  Cannot find source file:

    /home/builder/build/src/nng/docs/man/nng_opts_parse.3supp.adoc

  Tried extensions .c .C .c++ .cc .cpp .cxx .cu .mpp .m .M .mm .ixx .cppm
  .ccm .cxxm .c++m .h .hh .h++ .hm .hpp .hxx .in .txx .f .F .for .f77 .f90
  .f95 .f03 .hip .ispc


CMake Error in docs/man/CMakeLists.txt:
  Cannot find source file:

    /home/builder/build/src/nng/docs/man/nng_pair.7.adoc

  Tried extensions .c .C .c++ .cc .cpp .cxx .cu .mpp .m .M .mm .ixx .cppm
  .ccm .cxxm .c++m .h .hh .h++ .hm .hpp .hxx .in .txx .f .F .for .f77 .f90
  .f95 .f03 .hip .ispc


CMake Error in docs/man/CMakeLists.txt:
  Cannot find source file:

    /home/builder/build/src/nng/docs/man/nng_pipe_get.3.adoc

  Tried extensions .c .C .c++ .cc .cpp .cxx .cu .mpp .m .M .mm .ixx .cppm
  .ccm .cxxm .c++m .h .hh .h++ .hm .hpp .hxx .in .txx .f .F .for .f77 .f90
  .f95 .f03 .hip .ispc


CMake Error in docs/man/CMakeLists.txt:
  Cannot find source file:

    /home/builder/build/src/nng/docs/man/nng_pub.7.adoc

  Tried extensions .c .C .c++ .cc .cpp .cxx .cu .mpp .m .M .mm .ixx .cppm
  .ccm .cxxm .c++m .h .hh .h++ .hm .hpp .hxx .in .txx .f .F .for .f77 .f90
  .f95 .f03 .hip .ispc


CMake Error in docs/man/CMakeLists.txt:
  Cannot find source file:

    /home/builder/build/src/nng/docs/man/nng_pull.7.adoc

  Tried extensions .c .C .c++ .cc .cpp .cxx .cu .mpp .m .M .mm .ixx .cppm
  .ccm .cxxm .c++m .h .hh .h++ .hm .hpp .hxx .in .txx .f .F .for .f77 .f90
  .f95 .f03 .hip .ispc


CMake Error in docs/man/CMakeLists.txt:
  Cannot find source file:

    /home/builder/build/src/nng/docs/man/nng_push.7.adoc

  Tried extensions .c .C .c++ .cc .cpp .cxx .cu .mpp .m .M .mm .ixx .cppm
  .ccm .cxxm .c++m .h .hh .h++ .hm .hpp .hxx .in .txx .f .F .for .f77 .f90
  .f95 .f03 .hip .ispc


CMake Error in docs/man/CMakeLists.txt:
  Cannot find source file:

    /home/builder/build/src/nng/docs/man/nng_random.3supp.adoc

  Tried extensions .c .C .c++ .cc .cpp .cxx .cu .mpp .m .M .mm .ixx .cppm
  .ccm .cxxm .c++m .h .hh .h++ .hm .hpp .hxx .in .txx .f .F .for .f77 .f90
  .f95 .f03 .hip .ispc


CMake Error in docs/man/CMakeLists.txt:
  Cannot find source file:

    /home/builder/build/src/nng/docs/man/nng_rep.7.adoc

  Tried extensions .c .C .c++ .cc .cpp .cxx .cu .mpp .m .M .mm .ixx .cppm
  .ccm .cxxm .c++m .h .hh .h++ .hm .hpp .hxx .in .txx .f .F .for .f77 .f90
  .f95 .f03 .hip .ispc


CMake Error in docs/man/CMakeLists.txt:
  Cannot find source file:

    /home/builder/build/src/nng/docs/man/nng_req.7.adoc

  Tried extensions .c .C .c++ .cc .cpp .cxx .cu .mpp .m .M .mm .ixx .cppm
  .ccm .cxxm .c++m .h .hh .h++ .hm .hpp .hxx .in .txx .f .F .for .f77 .f90
  .f95 .f03 .hip .ispc


CMake Error in docs/man/CMakeLists.txt:
  Cannot find source file:

    /home/builder/build/src/nng/docs/man/nng_respondent.7.adoc

  Tried extensions .c .C .c++ .cc .cpp .cxx .cu .mpp .m .M .mm .ixx .cppm
  .ccm .cxxm .c++m .h .hh .h++ .hm .hpp .hxx .in .txx .f .F .for .f77 .f90
  .f95 .f03 .hip .ispc


CMake Error in docs/man/CMakeLists.txt:
  Cannot find source file:

    /home/builder/build/src/nng/docs/man/nng_set.3.adoc

  Tried extensions .c .C .c++ .cc .cpp .cxx .cu .mpp .m .M .mm .ixx .cppm
  .ccm .cxxm .c++m .h .hh .h++ .hm .hpp .hxx .in .txx .f .F .for .f77 .f90
  .f95 .f03 .hip .ispc


CMake Error in docs/man/CMakeLists.txt:
  Cannot find source file:

    /home/builder/build/src/nng/docs/man/nng_sleep_aio.3.adoc

  Tried extensions .c .C .c++ .cc .cpp .cxx .cu .mpp .m .M .mm .ixx .cppm
  .ccm .cxxm .c++m .h .hh .h++ .hm .hpp .hxx .in .txx .f .F .for .f77 .f90
  .f95 .f03 .hip .ispc


CMake Error in docs/man/CMakeLists.txt:
  Cannot find source file:

    /home/builder/build/src/nng/docs/man/nng_socket_pair.3supp.adoc

  Tried extensions .c .C .c++ .cc .cpp .cxx .cu .mpp .m .M .mm .ixx .cppm
  .ccm .cxxm .c++m .h .hh .h++ .hm .hpp .hxx .in .txx .f .F .for .f77 .f90
  .f95 .f03 .hip .ispc


CMake Error in docs/man/CMakeLists.txt:
  Cannot find source file:

    /home/builder/build/src/nng/docs/man/nng_stat.5.adoc

  Tried extensions .c .C .c++ .cc .cpp .cxx .cu .mpp .m .M .mm .ixx .cppm
  .ccm .cxxm .c++m .h .hh .h++ .hm .hpp .hxx .in .txx .f .F .for .f77 .f90
  .f95 .f03 .hip .ispc


CMake Error in docs/man/CMakeLists.txt:
  Cannot find source file:

    /home/builder/build/src/nng/docs/man/nng_stat_bool.3.adoc

  Tried extensions .c .C .c++ .cc .cpp .cxx .cu .mpp .m .M .mm .ixx .cppm
  .ccm .cxxm .c++m .h .hh .h++ .hm .hpp .hxx .in .txx .f .F .for .f77 .f90
  .f95 .f03 .hip .ispc


CMake Error in docs/man/CMakeLists.txt:
  Cannot find source file:

    /home/builder/build/src/nng/docs/man/nng_stat_child.3.adoc

  Tried extensions .c .C .c++ .cc .cpp .cxx .cu .mpp .m .M .mm .ixx .cppm
  .ccm .cxxm .c++m .h .hh .h++ .hm .hpp .hxx .in .txx .f .F .for .f77 .f90
  .f95 .f03 .hip .ispc


CMake Error in docs/man/CMakeLists.txt:
  Cannot find source file:

    /home/builder/build/src/nng/docs/man/nng_stat_desc.3.adoc

  Tried extensions .c .C .c++ .cc .cpp .cxx .cu .mpp .m .M .mm .ixx .cppm
  .ccm .cxxm .c++m .h .hh .h++ .hm .hpp .hxx .in .txx .f .F .for .f77 .f90
  .f95 .f03 .hip .ispc


CMake Error in docs/man/CMakeLists.txt:
  Cannot find source file:

    /home/builder/build/src/nng/docs/man/nng_stat_find.3.adoc

  Tried extensions .c .C .c++ .cc .cpp .cxx .cu .mpp .m .M .mm .ixx .cppm
  .ccm .cxxm .c++m .h .hh .h++ .hm .hpp .hxx .in .txx .f .F .for .f77 .f90
  .f95 .f03 .hip .ispc


CMake Error in docs/man/CMakeLists.txt:
  Cannot find source file:

    /home/builder/build/src/nng/docs/man/nng_stat_find_dialer.3.adoc

  Tried extensions .c .C .c++ .cc .cpp .cxx .cu .mpp .m .M .mm .ixx .cppm
  .ccm .cxxm .c++m .h .hh .h++ .hm .hpp .hxx .in .txx .f .F .for .f77 .f90
  .f95 .f03 .hip .ispc


CMake Error in docs/man/CMakeLists.txt:
  Cannot find source file:

    /home/builder/build/src/nng/docs/man/nng_stat_find_listener.3.adoc

  Tried extensions .c .C .c++ .cc .cpp .cxx .cu .mpp .m .M .mm .ixx .cppm
  .ccm .cxxm .c++m .h .hh .h++ .hm .hpp .hxx .in .txx .f .F .for .f77 .f90
  .f95 .f03 .hip .ispc


CMake Error in docs/man/CMakeLists.txt:
  Cannot find source file:

    /home/builder/build/src/nng/docs/man/nng_stat_find_socket.3.adoc

  Tried extensions .c .C .c++ .cc .cpp .cxx .cu .mpp .m .M .mm .ixx .cppm
  .ccm .cxxm .c++m .h .hh .h++ .hm .hpp .hxx .in .txx .f .F .for .f77 .f90
  .f95 .f03 .hip .ispc


CMake Error in docs/man/CMakeLists.txt:
  Cannot find source file:

    /home/builder/build/src/nng/docs/man/nng_stat_name.3.adoc

  Tried extensions .c .C .c++ .cc .cpp .cxx .cu .mpp .m .M .mm .ixx .cppm
  .ccm .cxxm .c++m .h .hh .h++ .hm .hpp .hxx .in .txx .f .F .for .f77 .f90
  .f95 .f03 .hip .ispc


CMake Error in docs/man/CMakeLists.txt:
  Cannot find source file:

    /home/builder/build/src/nng/docs/man/nng_stat_next.3.adoc

  Tried extensions .c .C .c++ .cc .cpp .cxx .cu .mpp .m .M .mm .ixx .cppm
  .ccm .cxxm .c++m .h .hh .h++ .hm .hpp .hxx .in .txx .f .F .for .f77 .f90
  .f95 .f03 .hip .ispc


CMake Error in docs/man/CMakeLists.txt:
  Cannot find source file:

    /home/builder/build/src/nng/docs/man/nng_stat_string.3.adoc

  Tried extensions .c .C .c++ .cc .cpp .cxx .cu .mpp .m .M .mm .ixx .cppm
  .ccm .cxxm .c++m .h .hh .h++ .hm .hpp .hxx .in .txx .f .F .for .f77 .f90
  .f95 .f03 .hip .ispc


CMake Error in docs/man/CMakeLists.txt:
  Cannot find source file:

    /home/builder/build/src/nng/docs/man/nng_stat_timestamp.3.adoc

  Tried extensions .c .C .c++ .cc .cpp .cxx .cu .mpp .m .M .mm .ixx .cppm
  .ccm .cxxm .c++m .h .hh .h++ .hm .hpp .hxx .in .txx .f .F .for .f77 .f90
  .f95 .f03 .hip .ispc


CMake Error in docs/man/CMakeLists.txt:
  Cannot find source file:

    /home/builder/build/src/nng/docs/man/nng_stat_type.3.adoc

  Tried extensions .c .C .c++ .cc .cpp .cxx .cu .mpp .m .M .mm .ixx .cppm
  .ccm .cxxm .c++m .h .hh .h++ .hm .hpp .hxx .in .txx .f .F .for .f77 .f90
  .f95 .f03 .hip .ispc


CMake Error in docs/man/CMakeLists.txt:
  Cannot find source file:

    /home/builder/build/src/nng/docs/man/nng_stat_unit.3.adoc

  Tried extensions .c .C .c++ .cc .cpp .cxx .cu .mpp .m .M .mm .ixx .cppm
  .ccm .cxxm .c++m .h .hh .h++ .hm .hpp .hxx .in .txx .f .F .for .f77 .f90
  .f95 .f03 .hip .ispc


CMake Error in docs/man/CMakeLists.txt:
  Cannot find source file:

    /home/builder/build/src/nng/docs/man/nng_stat_value.3.adoc

  Tried extensions .c .C .c++ .cc .cpp .cxx .cu .mpp .m .M .mm .ixx .cppm
  .ccm .cxxm .c++m .h .hh .h++ .hm .hpp .hxx .in .txx .f .F .for .f77 .f90
  .f95 .f03 .hip .ispc


CMake Error in docs/man/CMakeLists.txt:
  Cannot find source file:

    /home/builder/build/src/nng/docs/man/nng_stats_get.3.adoc

  Tried extensions .c .C .c++ .cc .cpp .cxx .cu .mpp .m .M .mm .ixx .cppm
  .ccm .cxxm .c++m .h .hh .h++ .hm .hpp .hxx .in .txx .f .F .for .f77 .f90
  .f95 .f03 .hip .ispc


CMake Error in docs/man/CMakeLists.txt:
  Cannot find source file:

    /home/builder/build/src/nng/docs/man/nng_strdup.3.adoc

  Tried extensions .c .C .c++ .cc .cpp .cxx .cu .mpp .m .M .mm .ixx .cppm
  .ccm .cxxm .c++m .h .hh .h++ .hm .hpp .hxx .in .txx .f .F .for .f77 .f90
  .f95 .f03 .hip .ispc


CMake Error in docs/man/CMakeLists.txt:
  Cannot find source file:

    /home/builder/build/src/nng/docs/man/nng_strerror.3.adoc

  Tried extensions .c .C .c++ .cc .cpp .cxx .cu .mpp .m .M .mm .ixx .cppm
  .ccm .cxxm .c++m .h .hh .h++ .hm .hpp .hxx .in .txx .f .F .for .f77 .f90
  .f95 .f03 .hip .ispc


CMake Error in docs/man/CMakeLists.txt:
  Cannot find source file:

    /home/builder/build/src/nng/docs/man/nng_strfree.3.adoc

  Tried extensions .c .C .c++ .cc .cpp .cxx .cu .mpp .m .M .mm .ixx .cppm
  .ccm .cxxm .c++m .h .hh .h++ .hm .hpp .hxx .in .txx .f .F .for .f77 .f90
  .f95 .f03 .hip .ispc


CMake Error in docs/man/CMakeLists.txt:
  Cannot find source file:

    /home/builder/build/src/nng/docs/man/nng_sub.7.adoc

  Tried extensions .c .C .c++ .cc .cpp .cxx .cu .mpp .m .M .mm .ixx .cppm
  .ccm .cxxm .c++m .h .hh .h++ .hm .hpp .hxx .in .txx .f .F .for .f77 .f90
  .f95 .f03 .hip .ispc


CMake Error in docs/man/CMakeLists.txt:
  Cannot find source file:

    /home/builder/build/src/nng/docs/man/nng_surveyor.7.adoc

  Tried extensions .c .C .c++ .cc .cpp .cxx .cu .mpp .m .M .mm .ixx .cppm
  .ccm .cxxm .c++m .h .hh .h++ .hm .hpp .hxx .in .txx .f .F .for .f77 .f90
  .f95 .f03 .hip .ispc


CMake Error in docs/man/CMakeLists.txt:
  Cannot find source file:

    /home/builder/build/src/nng/docs/man/nng_thread_create.3supp.adoc

  Tried extensions .c .C .c++ .cc .cpp .cxx .cu .mpp .m .M .mm .ixx .cppm
  .ccm .cxxm .c++m .h .hh .h++ .hm .hpp .hxx .in .txx .f .F .for .f77 .f90
  .f95 .f03 .hip .ispc


CMake Error in docs/man/CMakeLists.txt:
  Cannot find source file:

    /home/builder/build/src/nng/docs/man/nng_thread_destroy.3supp.adoc

  Tried extensions .c .C .c++ .cc .cpp .cxx .cu .mpp .m .M .mm .ixx .cppm
  .ccm .cxxm .c++m .h .hh .h++ .hm .hpp .hxx .in .txx .f .F .for .f77 .f90
  .f95 .f03 .hip .ispc


CMake Error in docs/man/CMakeLists.txt:
  Cannot find source file:

    /home/builder/build/src/nng/docs/man/nng_thread_set_name.3supp.adoc

  Tried extensions .c .C .c++ .cc .cpp .cxx .cu .mpp .m .M .mm .ixx .cppm
  .ccm .cxxm .c++m .h .hh .h++ .hm .hpp .hxx .in .txx .f .F .for .f77 .f90
  .f95 .f03 .hip .ispc


CMake Error in docs/man/CMakeLists.txt:
  Cannot find source file:

    /home/builder/build/src/nng/docs/man/nng_url.5.adoc

  Tried extensions .c .C .c++ .cc .cpp .cxx .cu .mpp .m .M .mm .ixx .cppm
  .ccm .cxxm .c++m .h .hh .h++ .hm .hpp .hxx .in .txx .f .F .for .f77 .f90
  .f95 .f03 .hip .ispc


CMake Error in docs/man/CMakeLists.txt:
  Cannot find source file:

    /home/builder/build/src/nng/docs/man/nng_url_clone.3.adoc

  Tried extensions .c .C .c++ .cc .cpp .cxx .cu .mpp .m .M .mm .ixx .cppm
  .ccm .cxxm .c++m .h .hh .h++ .hm .hpp .hxx .in .txx .f .F .for .f77 .f90
  .f95 .f03 .hip .ispc


CMake Error in docs/man/CMakeLists.txt:
  Cannot find source file:

    /home/builder/build/src/nng/docs/man/nng_url_free.3.adoc

  Tried extensions .c .C .c++ .cc .cpp .cxx .cu .mpp .m .M .mm .ixx .cppm
  .ccm .cxxm .c++m .h .hh .h++ .hm .hpp .hxx .in .txx .f .F .for .f77 .f90
  .f95 .f03 .hip .ispc


CMake Error in docs/man/CMakeLists.txt:
  Cannot find source file:

    /home/builder/build/src/nng/docs/man/nng_url_parse.3.adoc

  Tried extensions .c .C .c++ .cc .cpp .cxx .cu .mpp .m .M .mm .ixx .cppm
  .ccm .cxxm .c++m .h .hh .h++ .hm .hpp .hxx .in .txx .f .F .for .f77 .f90
  .f95 .f03 .hip .ispc


CMake Error in docs/man/CMakeLists.txt:
  Cannot find source file:

    /home/builder/build/src/nng/docs/man/nng_version.3.adoc

  Tried extensions .c .C .c++ .cc .cpp .cxx .cu .mpp .m .M .mm .ixx .cppm
  .ccm .cxxm .c++m .h .hh .h++ .hm .hpp .hxx .in .txx .f .F .for .f77 .f90
  .f95 .f03 .hip .ispc
@gdamore
Copy link
Contributor

gdamore commented Dec 4, 2024

Thanks.

I'm in the process of converting the entire set of NNG documentation to mdbook, which should help a lot with this mess... there won't be support for troff-style man pages anymore though.

To be honest it's been ages since I used NNG_ENABLE_DOC, and I think it has bit-rotted. :(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants