Hi Larry,
> Does anyone know how to get ec.exe to NOT produce documentation all the
> way to the bottom of the pool (e.g. Base ELKs all the way down to ANY)
> when documenting an entire project?
I guess that you are using this kind of command:
ec.exe -filter html-stylesheet -all -config simple_json.ecf -target
simple_json
Unfortunately it looks that the only alternative to
`-filter html-stylesheet -all` is `-filter html-stylesheet CLASS_NAME`
with just one class. And the output is a single HTML file (instead
of 3 files per class when using `-all`) which goes to the standard
output instead of being written to disk.
If you install the nightly build version of Gobo Eiffel:
https://github.com/gobo-eiffel/gobo/releases/tag/nightly
I think that you will get exactly what you want with this command
(no need to set any GOBO environment variable, just unzip the
package and run the command):
gedoc.exe --format=html_ise_stylesheet --library-prefix
--output=simple_json_doc --library=simple_json --target=simple_json
simple_json.ecf
See explanation about this command here:
https://gobo-eiffel.github.io/gobo/tool/gedoc/doc/html_ise_stylesheet.html
--
Eric Bezault
mailto:
er...@gobosoft.com
http://www.gobosoft.com