You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using exhale on a rather large project and the generated file_view_hierarchy.rst and sometimes class_view_hierarchy.rst files are hitting the line length. I think this is because the raw html in the rst is not split into multiple lines for the return statement.
<div id="class-treeView"></div>
<script type="text/javascript">
function getClassHierarchyTree() {
return [
{text: <<<< PROBLEMATIC LINE
]
}
</script><!-- end getClassHierarchyTree() function -->
Therefore when generating the library_root.rst it will not display the nice drop down for each.
Note: Using a bootstrap theme.
The text was updated successfully, but these errors were encountered:
If you set minifyTreeView to False does it produce something functional? I think that will make the page load time somewhat tragic, but exhale stumbles on large projects. It sounds like I need to do something differently? This should be fixable provided the rules are known 🙂
Using exhale on a rather large project and the generated file_view_hierarchy.rst and sometimes class_view_hierarchy.rst files are hitting the line length. I think this is because the raw html in the rst is not split into multiple lines for the return statement.
Therefore when generating the library_root.rst it will not display the nice drop down for each.
Note: Using a bootstrap theme.
The text was updated successfully, but these errors were encountered: