albert-github

Results 1216 comments of albert-github
trafficstars

@doxygen I now see: ``` fs::copy(sn,dn,copyOptions,ec); // make sure the destination is writable for the owner (see issue #11600) fs::permissions(dn, fs::perms::owner_write, fs::perm_options::add, ec); return !ec; ``` in other words an...

The example given is a bit incomplete to reproduce the issue: - `;` missing at the end of the class - is the function `public`? - which settings are being...

Would have been nice to have a `Doxyfile` with the question instead of an (outdated) file with settings in `CMakeLists.txt` (`CLASS_DIAGRAMS`, `CLASS_GRAPH` and `DOT_TRANSPARENT` have been updated / are obsolete...

@rdong8 Looks a bit like a problem with the library path, is `/usr/local/lib` in your `LD_LIBRARY_PATH`? Not sure whether or not an Ubuntu executable will run on your system, but...

Interesting problem, links were not really considered as possible parts in a table header (but I think certainly valid). Problem is of course the setting of (in doxygen.css): - `--table-header-background-color`...

I'd say always do a grep. I did a quick grep and looks like (to me) the following are also suspicious - BGL/include/CGAL/boost/graph/IO/3MF.h ```c++ template bool write_3MF(const std::string& filename, const...

@afabri Which "our navigation panel " do you mean ?

@afabri At the moment this is not possible as `PAGE_OUTLINE_PANEL` (the right panel) requires that `GENERATE_TREEVIEW` (generating the left panel) is set.

No this has not been introduced in 1.10.0 but will be available in 1.14.0 release (and thus in the current master). The directory is called 1.10.0 as it was originally...

I don't think so. The directory that is now called 1.10.0 is only used for the tests with the master version of doxygen. The other directory and version currently used...