-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed
Labels
DocumentationRelated to documentation content (not generation).Related to documentation content (not generation).Tools
Description
I'm trying to use nim doc on a file with a dependency on @andreaferretti Nimcuda.
nim doc fails for any line with uneven number of star characters. As far as I know nimcuda documentation is autogenerated by c2nim and have a lot of such:
## cublasSetVector (int n, int elemSize, const void *x, int incx,
## void *y, int incy) ## If *blockSize is 0, then the given combination cannot run on the device.Error is:
Error: '*' expected
Metadata
Metadata
Assignees
Labels
DocumentationRelated to documentation content (not generation).Related to documentation content (not generation).Tools