V70d Sources docs file name conflict

Monkey Forums/Monkey Bug Reports/V70d Sources docs file name conflict

MikeHart(Posted 2013) [#1]
Documenting inside the source file of my fantomEngine does not work because I use mixed capitals inside the file names.

For an example, I have a file

modules/fantomEngine/cftEngine.monkey

So inside the source, I do this:

#Rem monkeydoc Module fantomEngine.cftEngine
Documentation for my.module goes here...
#End


Now when I rebuild the the docs, I get this error:

modules/fantomEngine/cftEngine.monkey : Modpath (fantomEngine.cftEngine) does not match module ident (fantomengine.cftengine)



MikeHart(Posted 2013) [#2]
Problem still exists in V70e.


marksibly(Posted 2013) [#3]
Will fix.

You can can try using a lowercase module identifier for testing in the meantime.