Create syntactic, hyperlinked source code from Haskell or Objective-C

Are there any packages that can take a directory full of source code (Objective-C and Haskell are the ones that interest me) and generate syntax HTML code from it, where function names are links to their source code?

+3
source share
1 answer

For haskell, you can take a look at Haddock:

http://www.haskell.org/haddock/

+5
source

Source: https://habr.com/ru/post/1741761/


All Articles