You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The issue is that nim doc chokes on the ## headers of many of the wrapped files. For example in hdf5_wrapper.nim the following header:
## * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
## Copyright by The HDF Group. *
## Copyright by the Board of Trustees of the University of Illinois. *
## All rights reserved. *
## *
## This file is part of HDF5. The full HDF5 copyright notice, including *
## terms governing use, modification, and redistribution, is contained in *
## the COPYING file, which can be found at the root of the source code *
## distribution tree, or in https://support.hdfgroup.org/ftp/HDF5/releases. *
## If you do not have access to either file, you may request a copy from *
## [email protected]. *
## * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
causes it to throw:
/home/basti/CastData/ExternCode/nimhdf5/src/nimhdf5/hdf5_wrapper.nim(9, 15) Error: new section expected (syntax error)
Generate docs for the module.
The text was updated successfully, but these errors were encountered: