Skip to content
Snippets Groups Projects
Commit 9dc14cd3 authored by Stephan Hageboeck's avatar Stephan Hageboeck Committed by Javier Lopez-Gomez
Browse files

[Notebook] Update converttonotebook.py

converttonotebook.py was able to recognise a few functions based on a
few hard-coded return types in C++. Now, it searches for patterns such as
   <return type>[*&] [abcd::]abcd(
to find functions, and then it counts () as well as { } to find the
function bodies. It also more reliably deals with things that appear
before function definitions, such as
   template<typename T>

[ROOT-10861] This is a partial fix for ROOT-10861, because functions are
not ripped apart, so the notebook will run.

Further, doxygen-style latex tags such as `\f[` by
notebook-style `$$`, so markdown cells look better.

Make sure converttonotebook recognises indented comments.
parent be9a8961
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment