Skip to content
  • Julian Trischler's avatar
    Generating HTML version of source code with make. · 87fbdc0f
    Julian Trischler authored
    When generating the documentation via 'make doc' the HTML version of the Ada
    source code is generated, too. 'pygmentize' is used therefor. Indeed, it has
    some bugs:
    
    1.) Raising exceptions with directly passed error detail messages aren't
        highlighted correctly, they're treated as corrupted strings till the
        very last end string quotation mark in the source code file.
            raise Error with "Description";
    
    2.) Range definitions are highlighted as broken floating point numbers.
            for I in 1..2 loop
    
    Therefore I generated the HTML version with Kile.
    87fbdc0f