davebalmer / joDoc

Simple, open-ended JavaScript source documentation system based on markdown. joDoc rev 1.0.1 is available. Check Wiki page for some examples.
http://joapp.com/jo#joDoc
Other
62 stars 4 forks source link

New recursive stuff looks borked #5

Closed davebalmer closed 13 years ago

davebalmer commented 13 years ago

Steps:

  1. jodoc ~/Projects/jo/js > /tmp/index.html
  2. Looks fine except...
  3. Seems to repeat the index several times, possibly once per subdirectory parsed, also putting the index near the top for good measure

Expected:

Index at the bottom, and only one of them. :)

dfreedm commented 13 years ago

It's doing the expected thing for multi-file output :) Sort of (just using the index made from ALL h1 tags, have to do a per file thing).

davebalmer commented 13 years ago

Repeating the index shouldn't be expected; there should be only one index for all the documentation produced. Fixed (at least I think so; 2nd time merge conflicts screwed me up with git)

davebalmer commented 13 years ago

Actually, not fixed; lost a change in all the merge mess.

dfreedm commented 13 years ago

Thanks for stomping on the source while I was editing it.

davebalmer commented 13 years ago

Dude, this is #2 for me; I lost 2hrs of editing already. I'm not getting the "git" thing with file merge resolutions, so far it's been a headache.

davebalmer commented 13 years ago

Fixed