Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2012-08-13 19:17:15 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-08-13 19:17:15 +0400
commitca7d1ec39d5ee52c5a12cb40344adfe227ea6dcf (patch)
tree682021f83357f581714397f8cd2feba8120a4555 /build_files/cmake/cmake_netbeans_project.py
parent39945fedf32fccf4dae5f83ed08ed34aa799d919 (diff)
style cleanup: use <pre> for doxygen ascii art
Diffstat (limited to 'build_files/cmake/cmake_netbeans_project.py')
-rwxr-xr-xbuild_files/cmake/cmake_netbeans_project.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_files/cmake/cmake_netbeans_project.py b/build_files/cmake/cmake_netbeans_project.py
index aa6124ac8fe..8f3835c3401 100755
--- a/build_files/cmake/cmake_netbeans_project.py
+++ b/build_files/cmake/cmake_netbeans_project.py
@@ -24,7 +24,7 @@
"""
Example linux usage
- python .~/blenderSVN/blender/build_files/cmake/cmake_netbeans_project.py ~/blenderSVN/cmake
+ python3 ~/blenderSVN/blender/build_files/cmake/cmake_netbeans_project.py ~/blenderSVN/cmake
Windows not supported so far
"""