Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/visual-studio-2010/4.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
无法使用Sandcastle(SHFB)生成XML文档帮助文件? 我有一个C++类的MFC项目,它只有类和没有命名空间。我想从XML文档中创建一个帮助文件。我尝试使用Sandcastle帮助文件生成器和VisualStudio生成的文档XML文件来实现这一点。但每次我尝试构建帮助文件时,它都会显示: SHFB: Error BE0033: No APIs found to document. See error topic in help file for details._C++_Visual Studio 2010_Documentation_Sandcastle - Fatal编程技术网

无法使用Sandcastle(SHFB)生成XML文档帮助文件? 我有一个C++类的MFC项目,它只有类和没有命名空间。我想从XML文档中创建一个帮助文件。我尝试使用Sandcastle帮助文件生成器和VisualStudio生成的文档XML文件来实现这一点。但每次我尝试构建帮助文件时,它都会显示: SHFB: Error BE0033: No APIs found to document. See error topic in help file for details.

无法使用Sandcastle(SHFB)生成XML文档帮助文件? 我有一个C++类的MFC项目,它只有类和没有命名空间。我想从XML文档中创建一个帮助文件。我尝试使用Sandcastle帮助文件生成器和VisualStudio生成的文档XML文件来实现这一点。但每次我尝试构建帮助文件时,它都会显示: SHFB: Error BE0033: No APIs found to document. See error topic in help file for details.,c++,visual-studio-2010,documentation,sandcastle,C++,Visual Studio 2010,Documentation,Sandcastle,Sandcastle是否不可能为此类项目创建文档(即没有使用名称空间)。我是这一部分的初学者,因此不确定我的方向是否正确。任何类型的指南都是非常受欢迎的。谢谢。如果类不是公共类,则必须在项目属性中启用DocumentPrivates和DocumentInternal。这可以在“可见性”部分中更改 此常见问题解答可能会有所帮助。如果类不是公共类,则必须在项目属性中启用DocumentPrivates和DocumentInternals。这可以在“可见性”部分中更改 此常见问题解答可能会有所帮助。:

Sandcastle是否不可能为此类项目创建文档(即没有使用名称空间)。我是这一部分的初学者,因此不确定我的方向是否正确。任何类型的指南都是非常受欢迎的。谢谢。

如果类不是公共类,则必须在项目属性中启用DocumentPrivates和DocumentInternal。这可以在“可见性”部分中更改


此常见问题解答可能会有所帮助。

如果类不是公共类,则必须在项目属性中启用DocumentPrivates和DocumentInternals。这可以在“可见性”部分中更改


此常见问题解答可能会有所帮助。

:尝试将DocumentPrivateFields和DocumentPrivates编辑为True而不是False:尝试将DocumentPrivateFields和DocumentPrivates编辑为True而不是False