> Probably 'checkDecorate' in 'c-doc.boot'. Apparently it knows > about '\spad' but not about '\spadfun'.
Thank you. I've not yet checked in detail, but the existence of "checkDecorateForHt" makes me believe that there would be one routine for TeX and another for HyperDoc, i.e. generating the .ht stuff from the docstrings. But on the other hand that must be wrong, since in my first mail I showed that I got the wrong string from GETDATABASE (so it is stored there). But that might mean that docstring --> .ht does not go via GETDATABASE. That confuses me a bit. Waldek, I'm not saying that you should look up the call graph, but maybe you already know from the top of your head how the flow of information is. I actually would like that from GETDATABASE I get exatly the docstring (even with its line breaks). I'd like to do all the transformations myself (in other words lift the related code from .boot to .spad). But if I turn checkDecorate basically into the identity function that would probably store things differently in the database and might break HyperDoc. Well, although I want to remove HyperDoc, I better don't break it. Nevertheless, one idea (in case the string for hyperdoc relies on GETDATABASE) could be that the raw docstring is stored in the DB and before the HyperDoc-relevant procedures see this string, the (old) checkDecorate function is called upon it. Ralf -- You received this message because you are subscribed to the Google Groups "FriCAS - computer algebra system" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/fricas-devel. For more options, visit https://groups.google.com/d/optout.
