Manual pages for dpc++ and sycl-ls
Hello, how do I generate man pages for DPC++ (clang* compiler command) and sycl-ls?
Hi, I don't think we provide any man pages for the open-source version, although I may be wrong. Not sure who is the right person to answer this. Maybe @intel/dpcpp-doc-reviewers could help here?
I'm creating debian packages for Ubuntu and the man pages are something the archive admins will want to see.
I don't think it's something we have intentionally maintained, but since the compiler is simply Clang with extra functionality, it should be possible to generate the man pages the same way as you would for upstream LLVM clang.
For sycl-ls we don't currently have any man page documentation written. If you want, we can convert this to a request for sycl-ls man documentation (and intel/llvm clang if something is missing compared to upstream clang) but I cannot speak to the timeframe for when it would be addressed.
it should be possible to generate the man pages the same way as you would for upstream LLVM clang.
Do you know if it's automated in the sense that flags/options that are specific to DPC++ will be included?
If you want, we can convert this to a request for sycl-ls man documentation (and intel/llvm clang if something is missing compared to upstream clang) but I cannot speak to the timeframe for when it would be addressed.
That would be great...at least that way we have something to point to showing it's being worked on.
Do you know if it's automated in the sense that flags/options that are specific to DPC++ will be included?
From what I can tell, the documentation is static and based on clang/docs/CommandGuide/clang.rst. We would have to add a selection of intel/llvm's flags and options to it, though we might have to be selective given how few of clang's options are documented in there.