Hello,

I have using ndoc to generate inline documentation for my project. It
has a feature to generate a direct link to a particular area of code.
Something like

$ ndoc -l http://web.hosting.fossil/\{file\}/#L\{line\} .
For example this will generate a link to
http://web.hosting.fossil/src/main.c#L98

My question is does fossil provide a direct link to a file and a line number?
I managed to find as a start,
I can use http://web.hosting.fossil/projectName/doc/trunk/\{file\} to
point to the latest, such as
http://web.hosting.fossil/myProject/doc/trunk/src/main.c
but it doesn't have the capability to go to line numbers and it
doesn't use the coded added to the header in the settings.
I would use the artifact page (which has some scripts to provide
syntax highlighting and named anchor for the line numbers), but that
uses the artifact ID.

Can anyone help?

Thanks Everyone!

-- 
"What Can't be explained with Logic is Magic"
"If it is not logic, it’s magic. If it is not magic, it is female logic."
"Lo que peude ser un hombre otro hombre tambien lo puede ser"
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to