Re: .dox file
Re: .dox file
- Subject: Re: .dox file
- From: Fritz Anderson <email@hidden>
- Date: Thu, 19 Dec 2013 11:04:39 -0600
On 19 Dec 2013, at 6:13 AM, Roland King <email@hidden> wrote:
> I have a .dox file in a package I downloaded, can't figure out how to open it, I assume it's doxygen and could be converted into HTML or something.
The likeliest candidate is a Microsoft ActiveX binary. Likely it's a product of the source in the package, and you can ignore it.
---
The alternative is a mid-1980s MultiMate word-processing file. <http://www.fileformat.info/ext/d.htm> The app never made it to Windows, and Borland killed it decades ago. <http://en.wikipedia.org/wiki/MultiMate>
If it is, you won't get high-fidelity viewing, unless there's a format converter somewhere (you can Google for it). Good text editors will tolerate interspersed binary, so you can safely have a look, or you could do a hex dump of the first 1024 bytes or so. If text extraction looks promising, <x-man-page://1/strings>.
This is a long explanation of an unlikely alternative, but I have too much sunk cost in the research I did.
---
The only file unique to Doxygen is a plain-text configuration file, conventionally named Doxyfile. Doxygen ships with a "wizard" to make it easier to configure.
---
> Xcode used to be doxygen aware but now .. now? Anything I can do with it?
If Xcode ever supported Doxygen directly, it escaped my notice, and it's the sort of thing I'm supposed to notice.
Xcode recognizes (I think) the HeaderDoc syntax, which is a sister to Doxygen by way of JavaDoc. `apropos headerdoc`, also search the Xcode documentation. Xcode passes unrecognized Doxygen syntax uninterpreted.
There's a build setting that will lint documentation comments.
— F
--
Fritz Anderson email@hidden
Xcode 5 Start to Finish: Available April 2014 from Addison Wesley
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
References: | |
| >.dox file (From: Roland King <email@hidden>) |