V70d Sources docs file name conflict
Monkey Forums/Monkey Bug Reports/V70d Sources docs file name conflict| 
 | ||
| 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)  | 
| 
 | ||
| Problem still exists in V70e. | 
| 
 | ||
| Will fix. You can can try using a lowercase module identifier for testing in the meantime. |