Commit Graph

13 Commits

Author SHA1 Message Date
Sébastien Loriot 2f9408f867 rename link name to match package name 2018-10-08 10:28:55 +02:00
Sébastien Loriot a2e8a1c68f add the suffix Ref to doxygen link to reference 2018-10-08 10:26:56 +02:00
Sébastien Loriot ee57fc2d6c add SPDX identifier for files under the GPL-3+ license 2017-11-12 10:17:51 +01:00
Sébastien Loriot 50510c05ea add include directive for license of all GPL header files
done using:
ack-grep "^GPL" */package_info/*/license.txt -l | awk -F "/" '{print $1}' > /tmp/gpl_packages
for i in `cat /tmp/gpl_packages | \
          grep -v Operations_on_polyhedra | \
          grep -v Algebraic_kernel_for_circles | \
          grep -v Algebraic_kernel_for_spheres | \
          grep -v Polyhedron_IO`;
do
  echo $i
  python Scripts/developer_scripts/add_license_in_pkg_header.py $i
done
python Scripts/developer_scripts/add_license_in_pkg_header.py Operations_on_polyhedra Polygon_mesh_processing
python Scripts/developer_scripts/add_license_in_pkg_header.py Algebraic_kernel_for_circles Circular_kernel_2
python Scripts/developer_scripts/add_license_in_pkg_header.py Algebraic_kernel_for_spheres Circular_kernel_3
python Scripts/developer_scripts/add_license_in_pkg_header.py Polyhedron_IO Polyhedron
2017-01-19 15:20:25 +01:00
Weisheng Si a86d84e68c Improve comments and remove useless comments 2016-06-05 12:29:52 +10:00
Sébastien Loriot 91a536c804 run astyle
remove trailing whitespaces and fix indentation issues
2016-05-31 10:05:12 +02:00
Sébastien Loriot 71d1666b39 replace tabs with 4 spaces 2016-05-31 09:48:36 +02:00
Sébastien Loriot 3d1e20e1e3 quick pass on the doc 2016-05-18 16:35:02 +02:00
Weisheng Si 74b8893cb0 Improve the comments 2015-06-23 08:39:35 +10:00
Weisheng Si 8480335728 Some polishing 2015-06-05 16:10:32 +10:00
Weisheng Si 6deafda2cd Better the comments 2015-05-22 11:10:53 +10:00
Weisheng Si 0c942cefb2 Comments style changed from /** */ to /*! */ 2015-05-11 11:43:39 +10:00
Weisheng Si ee7df5573d move Gnuplot_output_2.h -> gnuplot_output_2.h 2015-04-24 08:08:30 +10:00